g_object_class_override_property (gobject_class, PROP_USE_ALPHA, "use-alpha");
/**
- * GtkColorButton:title:
+ * GtkColorButton:title: (attributes org.gtk.Property.get=gtk_color_button_get_title org.gtk.Property.set=gtk_color_button_set_title)
*
* The title of the color chooser dialog
*/
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
- * GtkColorButton:modal:
+ * GtkColorButton:modal: (attributes org.gtk.Property.get=gtk_color_button_get_modal org.gtk.Property.set=gtk_color_button_set_modal)
*
* Whether the color chooser dialog should be modal.
*/
}
/**
- * gtk_color_button_set_title:
+ * gtk_color_button_set_title: (attributes org.gtk.Method.set_property=title)
* @button: a `GtkColorButton`
* @title: String containing new window title
*
}
/**
- * gtk_color_button_get_title:
+ * gtk_color_button_get_title: (attributes org.gtk.Method.get_property=title)
* @button: a `GtkColorButton`
*
* Gets the title of the color chooser dialog.
}
/**
- * gtk_color_button_set_modal:
+ * gtk_color_button_set_modal: (attributes org.gtk.Method.set_property=modal)
* @button: a `GtkColorButton`
* @modal: %TRUE to make the dialog modal
*
}
/**
- * gtk_color_button_get_modal:
+ * gtk_color_button_get_modal: (attributes org.gtk.Method.get_property=modal)
* @button: a `GtkColorButton`
*
* Gets whether the dialog is modal.